type net.timeoutError
6 uses
net (current package)
net.go#L619: var errTimeout error = &timeoutError{}
net.go#L621: type timeoutError struct{}
net.go#L623: func (e *timeoutError) Error() string { return "i/o timeout" }
net.go#L624: func (e *timeoutError) Timeout() bool { return true }
net.go#L625: func (e *timeoutError) Temporary() bool { return true }
net.go#L627: func (e *timeoutError) Is(err error) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)